Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
ast21 authored and github-actions[bot] committed Dec 9, 2024
1 parent 52b6226 commit 5ae4deb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
4 changes: 1 addition & 3 deletions src/FilamentPlugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,7 @@ public function register(Panel $panel): void
]);
}

public function boot(Panel $panel): void
{
}
public function boot(Panel $panel): void {}

public static function make(): static
{
Expand Down
2 changes: 1 addition & 1 deletion src/Models/SocialProject.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ class SocialProject extends AbstractModel implements HasMedia

protected static function newFactory(): SocialProjectFactory
{
return new SocialProjectFactory();
return new SocialProjectFactory;
}
}
4 changes: 1 addition & 3 deletions src/SocialProjects.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,4 @@

namespace AdminKit\SocialProjects;

class SocialProjects
{
}
class SocialProjects {}

0 comments on commit 5ae4deb

Please sign in to comment.