Ismat Babirli
Ismat Babirli
When I add setPriority to fcm laravel throw error. ``` production.ERROR: syntax error, unexpected 'string' (T_STRING), expecting function (T_FUNCTION) or const (T_CONST) {"userId":1,"exception":"[object] (Symfony\\Component\\Debug\\Exception\\FatalThrowableError(code: 0): syntax error, unexpected 'string' (T_STRING),...
I create file name as eloquent_model_generator.php and add this code in file ` return [ 'model_defaults' => [ 'namespace' => 'App\\Models', 'base_class_name' => \Illuminate\Database\Eloquent\Model::class, 'output_path' => "Models", 'no_timestamps' => null,...