This commit is contained in:
2018-11-02 07:13:57 -05:00
parent 2cc03cf30a
commit bd59539de0
3 changed files with 8 additions and 2 deletions
+3 -1
View File
@@ -6,5 +6,7 @@ use Illuminate\Http\Request;
class FleetsController extends Controller
{
//
public function __construct() {
$this->middleware('auth');
}
}
+4
View File
@@ -13,6 +13,10 @@ use App\Library\MoonCalc;
class MoonsController extends Controller
{
public function __construct() {
$this->middleware('auth');
}
/**
* Function to display the moons and pass data to the blade template
*/