refactor: cosmetic changes (#6123)

This commit is contained in:
Alexis Saettler
2022-05-04 23:15:44 +02:00
committed by GitHub
parent 61ef0c017a
commit 1a00864eff
118 changed files with 192 additions and 176 deletions
+2 -2
View File
@@ -15,14 +15,14 @@ class Module extends Model
/**
* The attributes that aren't mass assignable.
*
* @var array
* @var array<string>|bool
*/
protected $guarded = ['id'];
/**
* The attributes that should be cast to native types.
*
* @var array
* @var array<string, string>
*/
protected $casts = [
'active' => 'boolean',