Skip to content

Commit a9e6f4c

Browse files
scottgraysongithub-actions[bot]
authored andcommitted
Fix styling
1 parent ed5d3f7 commit a9e6f4c

File tree

4 files changed

+0
-4
lines changed

4 files changed

+0
-4
lines changed

src/Commands/SeedLibraryCommand.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,3 @@ public function handle(): int
3232
return self::SUCCESS;
3333
}
3434
}
35-

src/Middleware/RedirectToCorrectEditPage.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,3 @@ public function handle(Request $request, Closure $next)
3737
return $next($request);
3838
}
3939
}
40-

src/Resources/Pages/CreateLink.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,3 @@ protected function mutateFormDataBeforeCreate(array $data): array
2121
return $data;
2222
}
2323
}
24-

src/Traits/HasLibraryAccess.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,4 +73,3 @@ public function getAccessibleRootLibraryItems()
7373
return LibraryItem::whereNull('parent_id')->forUser($this)->get();
7474
}
7575
}
76-

0 commit comments

Comments
 (0)