adding new call to not silently fail on fillable model exception for local env
This commit is contained in:
@ -14,7 +14,7 @@ class AppServiceProvider extends ServiceProvider
|
||||
*/
|
||||
public function register()
|
||||
{
|
||||
//
|
||||
Model::preventSilentlyDiscardingAttributes($this->app->isLocal());
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user