[Namespacing] Removed namespaced added in, to be added in properly later
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
<?php
|
||||
|
||||
namespace CachetHQ\Cachet\Controllers;
|
||||
|
||||
/**
|
||||
* Logs users into their account
|
||||
*/
|
||||
|
||||
@@ -1,7 +1,5 @@
|
||||
<?php
|
||||
|
||||
namespace CachetHQ\Cachet\Controllers;
|
||||
|
||||
/**
|
||||
* AKA the Management Panel.
|
||||
*/
|
||||
|
||||
@@ -1,7 +1,5 @@
|
||||
<?php
|
||||
|
||||
namespace CachetHQ\Cachet\Controllers;
|
||||
|
||||
class HomeController extends Controller {
|
||||
/**
|
||||
* Returns the rendered Blade templates.
|
||||
|
||||
@@ -1,7 +1,5 @@
|
||||
<?php
|
||||
|
||||
namespace CachetHQ\Cachet\Controllers;
|
||||
|
||||
class RSSController extends Controller {
|
||||
public function feedAction() {
|
||||
$feed = RSS::feed('2.0', 'UTF-8');
|
||||
|
||||
@@ -1,7 +1,5 @@
|
||||
<?php
|
||||
|
||||
namespace CachetHQ\Cachet\Controllers;
|
||||
|
||||
class SetupController extends Controller {
|
||||
public function showSetup() {
|
||||
return View::make('setup')->with([
|
||||
|
||||
Reference in New Issue
Block a user