From b7f979194e7850019ac618b4ca96598d44186af1 Mon Sep 17 00:00:00 2001 From: murdercode Date: Tue, 10 Dec 2024 08:51:26 +0000 Subject: [PATCH] Fix styling --- src/LaravelShortcodePlus.php | 4 +--- src/LaravelShortcodePlusServiceProvider.php | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) 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 {