I went to update composer using
composer update
after update having the following error:
FatalErrorException in Inf
I'm working on:
My table name is like this: "test_meetings"
I solved the error specifying in testMeeting.php Model the table name:
protected $table = 'test_meetings';