Skip to content

Commit ea18c6f

Browse files
committed
Merge pull request #25 from jadjoubran/analysis-8jN198
Applied fixes from StyleCI
2 parents d935fb6 + bb8397e commit ea18c6f

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)