@@ -42,7 +42,7 @@ |
||
| 42 | 42 | */ |
| 43 | 43 | public function handle() |
| 44 | 44 | { |
| 45 | - if (! config('adminetic.migrate_with_dummy', false)) { |
|
| 45 | + if (!config('adminetic.migrate_with_dummy', false)) { |
|
| 46 | 46 | // Generating Roles |
| 47 | 47 | $roles = [ |
| 48 | 48 | [ |
@@ -15,11 +15,11 @@ |
||
| 15 | 15 | { |
| 16 | 16 | parent::boot(); |
| 17 | 17 | |
| 18 | - static::saving(function () { |
|
| 18 | + static::saving(function() { |
|
| 19 | 19 | self::cacheKey(); |
| 20 | 20 | }); |
| 21 | 21 | |
| 22 | - static::deleting(function () { |
|
| 22 | + static::deleting(function() { |
|
| 23 | 23 | self::cacheKey(); |
| 24 | 24 | }); |
| 25 | 25 | } |
@@ -15,11 +15,11 @@ |
||
| 15 | 15 | { |
| 16 | 16 | parent::boot(); |
| 17 | 17 | |
| 18 | - static::saving(function () { |
|
| 18 | + static::saving(function() { |
|
| 19 | 19 | self::cacheKey(); |
| 20 | 20 | }); |
| 21 | 21 | |
| 22 | - static::deleting(function () { |
|
| 22 | + static::deleting(function() { |
|
| 23 | 23 | self::cacheKey(); |
| 24 | 24 | }); |
| 25 | 25 | } |
@@ -15,11 +15,11 @@ |
||
| 15 | 15 | { |
| 16 | 16 | parent::boot(); |
| 17 | 17 | |
| 18 | - static::saving(function () { |
|
| 18 | + static::saving(function() { |
|
| 19 | 19 | self::cacheKey(); |
| 20 | 20 | }); |
| 21 | 21 | |
| 22 | - static::deleting(function () { |
|
| 22 | + static::deleting(function() { |
|
| 23 | 23 | self::cacheKey(); |
| 24 | 24 | }); |
| 25 | 25 | } |
@@ -15,11 +15,11 @@ |
||
| 15 | 15 | { |
| 16 | 16 | parent::boot(); |
| 17 | 17 | |
| 18 | - static::saving(function () { |
|
| 18 | + static::saving(function() { |
|
| 19 | 19 | self::cacheKey(); |
| 20 | 20 | }); |
| 21 | 21 | |
| 22 | - static::deleting(function () { |
|
| 22 | + static::deleting(function() { |
|
| 23 | 23 | self::cacheKey(); |
| 24 | 24 | }); |
| 25 | 25 | } |