File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11111212 }
1313 ],
14- "version" : " 0.2.8 " ,
14+ "version" : " 0.2.9 " ,
1515 "require" : {
1616 "illuminate/html" : " 5.0.*@dev"
1717 },
Original file line number Diff line number Diff line change @@ -239,11 +239,11 @@ private function names()
239239 */
240240 private function publish ($ template )
241241 {
242- if (!file_exists (app_path ('Http\ Controllers\ Admin ' ))) {
243- mkdir (app_path ('Http\ Controllers\ Admin ' ));
244- chmod (app_path ('Http\ Controllers\ Admin ' ), 0777 );
242+ if (!file_exists (app_path ('Http/ Controllers/ Admin ' ))) {
243+ mkdir (app_path ('Http/ Controllers/ Admin ' ));
244+ chmod (app_path ('Http/ Controllers/ Admin ' ), 0777 );
245245 }
246- file_put_contents (app_path ('Http\ Controllers\ Admin \\ ' . $ this ->fileName ), $ template );
246+ file_put_contents (app_path ('Http/ Controllers/ Admin/ ' . $ this ->fileName ), $ template );
247247 }
248248
249249}
You can’t perform that action at this time.
0 commit comments