diff --git a/src/LaravelShortcodePlus.php b/src/LaravelShortcodePlus.php index 7b7f174..c8bbe7a 100755 --- a/src/LaravelShortcodePlus.php +++ b/src/LaravelShortcodePlus.php @@ -22,9 +22,7 @@ final class LaravelShortcodePlus { - public function __construct(protected string $content = '') - { - } + public function __construct(protected string $content = '') {} public static function source(string $source): LaravelShortcodePlus { diff --git a/src/LaravelShortcodePlusServiceProvider.php b/src/LaravelShortcodePlusServiceProvider.php index 0e8c8a4..6590ec0 100644 --- a/src/LaravelShortcodePlusServiceProvider.php +++ b/src/LaravelShortcodePlusServiceProvider.php @@ -42,9 +42,7 @@ public function configurePackage(Package $package): void ->hasMigration('create_laravel-shortcode-plus_table'); } - public function packageRegistered() - { - } + public function packageRegistered() {} public function packageBooted(): void {