Passed
Pull Request — main (#12)
by PRATIK
07:33 queued 03:11
created
database/seeders/UserSeeder.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,7 @@
 block discarded – undo
16 16
      */
17 17
     public function run()
18 18
     {
19
-        if (! config('adminetic.migrate_with_dummy', false)) {
19
+        if (!config('adminetic.migrate_with_dummy', false)) {
20 20
             $admin = User::create([
21 21
                 'name' => 'Admin User',
22 22
                 'email' => '[email protected]',
Please login to merge, or discard this patch.
src/Console/Commands/AdmineticDummyCommand.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -42,7 +42,7 @@
 block discarded – undo
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
                 [
Please login to merge, or discard this patch.