Skip to content

Commit f093ddf

Browse files
committed
added space after if and before '('
1 parent 272f726 commit f093ddf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Generators/DataTablesMakeCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ protected function getModel()
362362
}
363363

364364
// check if model namespace is not set in command and Models directory already exists then use that directory in namespace.
365-
if($modelNamespace == '') {
365+
if ($modelNamespace == '') {
366366
$modelNamespace = is_dir(app_path('Models')) ? 'Models' : $rootNamespace;
367367
}
368368

0 commit comments

Comments
 (0)