Skip to content

Commit

Permalink
#50 file name changed
Browse files Browse the repository at this point in the history
  • Loading branch information
mitulgolakiya committed Apr 2, 2016
1 parent f62c42a commit 13eaa35
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Generators/Scaffold/ControllerGenerator.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public function generate()

private function generateDataTable()
{
$templateData = TemplateUtil::getTemplate('scaffold.data_table', 'laravel-generator');
$templateData = TemplateUtil::getTemplate('scaffold.datatable', 'laravel-generator');

$templateData = TemplateUtil::fillTemplate($this->commandData->dynamicVars, $templateData);

Expand Down
File renamed without changes.

0 comments on commit 13eaa35

Please sign in to comment.