|
@@ -56,7 +56,7 @@ discard block |
|
|
block discarded – undo |
|
56
|
56
|
|
|
57
|
57
|
private function addMyMenu() |
|
58
|
58
|
{ |
|
59
|
|
- $modelTemplate = file_get_contents(__DIR__ . '/../../Console/Commands/AdminStubs/MyMenu.stub'); |
|
|
59
|
+ $modelTemplate = file_get_contents(__DIR__.'/../../Console/Commands/AdminStubs/MyMenu.stub'); |
|
60
|
60
|
|
|
61
|
61
|
if (!file_exists($path = app_path('Services'))) { |
|
62
|
62
|
mkdir($path, 0777, true); |
|
@@ -73,6 +73,6 @@ discard block |
|
|
block discarded – undo |
|
73
|
73
|
|
|
74
|
74
|
protected static function getStub($type) |
|
75
|
75
|
{ |
|
76
|
|
- return file_get_contents(__DIR__ . "/../../Console/Commands/AdminStubs/$type.stub"); |
|
|
76
|
+ return file_get_contents(__DIR__."/../../Console/Commands/AdminStubs/$type.stub"); |
|
77
|
77
|
} |
|
78
|
78
|
} |
Please login to merge, or discard this patch.