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

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
*/