Skip to content

Commit

Permalink
extend the illuminate controller and create the dist folder
Browse files Browse the repository at this point in the history
  • Loading branch information
wilburpowery committed Sep 5, 2018
1 parent c449698 commit 5b3336f
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/dist
/.idea
/vendor
/node_modules
Expand Down
Empty file added dist/css/card.css
Empty file.
1 change: 1 addition & 0 deletions dist/js/card.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/Http/Controllers/AreRoutesCached.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

namespace Wilburpowery\RoutesCached\Http\Controllers;

use App\Http\Controllers\Controller;
use Illuminate\Routing\Controller;

class AreRoutesCached extends Controller
{
Expand Down

0 comments on commit 5b3336f

Please sign in to comment.