adding new call to not silently fail on fillable model exception for local env

This commit is contained in:
Brian 2022-09-28 13:29:55 -06:00
parent 16e07e0a53
commit bdf5121d71
Signed by: brian
GPG Key ID: DE1A5390A3B84CD8

View File

@ -14,7 +14,7 @@ class AppServiceProvider extends ServiceProvider
*/
public function register()
{
//
Model::preventSilentlyDiscardingAttributes($this->app->isLocal());
}
/**