You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Console/PublishCommand.php
+5-2Lines changed: 5 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,8 @@
9
9
* @author Barry vd. Heuvel <barryvdh@gmail.com>
10
10
* @deprecated No longer needed because of the AssetController
11
11
*/
12
-
class PublishCommand extends Command {
12
+
class PublishCommand extends Command
13
+
{
13
14
14
15
/**
15
16
* The console command name.
@@ -51,6 +52,8 @@ public function __construct($assetPublisher)
51
52
*/
52
53
publicfunctionfire()
53
54
{
54
-
$this->info('NOTICE: Since laravel-debugbar 1.7.x, publishing assets is no longer necessary. The assets in public/packages/barryvdh/laravel-debugbar and maximebf/php-debugbar can be safely removed.');
55
+
$this->info(
56
+
'NOTICE: Since laravel-debugbar 1.7.x, publishing assets is no longer necessary. The assets in public/packages/barryvdh/laravel-debugbar and maximebf/php-debugbar can be safely removed.'
0 commit comments