Skip to content

Commit

Permalink
Fix old docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ajthinking committed Jun 14, 2020
1 parent dbf4dfe commit feca348
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,10 +113,10 @@ LaravelFile::load('database/migrations/2014_10_12_000000_create_users_table.php'
->astQuery() // get a ASTQueryBuilder

->method()
->named('up')
->where('name->name', 'up')
->staticCall()
->where('class', 'Schema')
->named('create')
->where('name->name', 'create')
->args
->closure()
->stmts
Expand Down

0 comments on commit feca348

Please sign in to comment.