Skip to content

Commit bb8397e

Browse files
jadjoubranStyleCIBot
authored andcommitted
Applied fixes from StyleCI
1 parent d935fb6 commit bb8397e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/Console/Commands/AngularDialog.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ public function handle()
4949
$js = str_replace('{{StudlyName}}', $studly_name, $js);
5050
$html = str_replace('{{HumanReadableName}}', $human_readable, $html);
5151

52-
5352
$folder = __DIR__.'/../../../angular/dialogs/'.$name;
5453
if (is_dir($folder)) {
5554
$this->info('Folder already exists');

0 commit comments

Comments
 (0)