You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 15, 2021. It is now read-only.
On migration it returns Class name must be a valid object or a string \database\migrations\2020_04_22_121205_create_comments_ table.php:35 31| private function commentsTable(): string 32| { 33| $model = config('comment.model'); 34| 35| return (new $model)->getTable(); 36| } 37| }
The text was updated successfully, but these errors were encountered:
On migration it returns
Class name must be a valid object or a string \database\migrations\2020_04_22_121205_create_comments_ table.php:35 31| private function commentsTable(): string 32| { 33| $model = config('comment.model'); 34| 35| return (new $model)->getTable(); 36| } 37| }
The text was updated successfully, but these errors were encountered: