Skip to content
This repository was archived by the owner on Jan 18, 2018. It is now read-only.

Commit 8b6df03

Browse files
Missing use statements
1 parent e584df6 commit 8b6df03

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/Controllers/HomeController.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
namespace GrahamCampbell\BootstrapCMS\Controllers;
1818

1919
use Illuminate\Support\Facades\URL;
20+
use Illuminate\Support\Facades\Config;
2021
use GrahamCampbell\Viewer\Classes\Viewer;
2122
use GrahamCampbell\Queuing\Classes\Queuing;
2223
use GrahamCampbell\Credentials\Classes\Credentials;

src/Controllers/PageController.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616

1717
namespace GrahamCampbell\BootstrapCMS\Controllers;
1818

19+
use Illuminate\Support\Facades\Config;
1920
use Illuminate\Session\SessionManager;
2021
use Illuminate\Support\Facades\Redirect;
2122
use GrahamCampbell\Binput\Classes\Binput;

0 commit comments

Comments
 (0)