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
not work for me. Here error:
syntax error, unexpected 'new' (T_NEW)
if I use inside a function :
Argument 1 passed to Bosnadev\Repositories\Eloquent\Repository::__construct() must be an instance of Illuminate\Container\Container, none given, called in ...
Hi, can I use doing this
$x = new App\Repositories\MyRepository
without injection at construct??
The text was updated successfully, but these errors were encountered: