Skip to content

Commit a2c8bb5

Browse files
murdercodegithub-actions[bot]
authored andcommittedDec 16, 2024·
Fix styling
1 parent 01deb1a commit a2c8bb5

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed
 

‎src/LaravelShortcodePlus.php

+1-3
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,7 @@
2222

2323
final class LaravelShortcodePlus
2424
{
25-
public function __construct(protected string $content = '')
26-
{
27-
}
25+
public function __construct(protected string $content = '') {}
2826

2927
public static function source(string $source): LaravelShortcodePlus
3028
{

‎src/LaravelShortcodePlusServiceProvider.php

+1-3
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,7 @@ public function configurePackage(Package $package): void
4242
->hasMigration('create_laravel-shortcode-plus_table');
4343
}
4444

45-
public function packageRegistered()
46-
{
47-
}
45+
public function packageRegistered() {}
4846

4947
public function packageBooted(): void
5048
{

0 commit comments

Comments
 (0)
Please sign in to comment.