acerjt
Results
1
comments of
acerjt
I met this issue when i deploy to production enviroment. ` public function register() { if ($this->app->environment() == 'local') { $this->app->register(RepositoryServiceProvider::class); } }` So my solution is change "local" ->...