FatalErrorException in Inflector.php line 265: syntax error, unexpected ':', expecting ';' or '{'

前端 未结 6 638
粉色の甜心
粉色の甜心 2020-12-14 01:56

I went to update composer using

composer update

after update having the following error:

FatalErrorException in Inf

6条回答
  •  执笔经年
    2020-12-14 03:00

    I'm working on:

    • Laravel 5.1
    • PHP 5.6.36

    My table name is like this: "test_meetings"

    I solved the error specifying in testMeeting.php Model the table name:

    protected $table = 'test_meetings';
    

提交回复
热议问题