@@ -4,10 +4,10 @@ |
||
| 4 | 4 | |
| 5 | 5 | abstract class Component extends \Illuminate\View\Component |
| 6 | 6 | { |
| 7 | - protected static ?string $name = null; |
|
| 7 | + protected static ?string $name = null; |
|
| 8 | 8 | |
| 9 | - public static function getComponentName(): ?string |
|
| 10 | - { |
|
| 11 | - return self::$name; |
|
| 12 | - } |
|
| 9 | + public static function getComponentName(): ?string |
|
| 10 | + { |
|
| 11 | + return self::$name; |
|
| 12 | + } |
|
| 13 | 13 | } |
| 14 | 14 | \ No newline at end of file |