Skip to content
This repository has been archived by the owner on Dec 4, 2019. It is now read-only.

Commit

Permalink
#805: Move some more files around to conform to standard Laravel pack…
Browse files Browse the repository at this point in the history
…age directory structure.
  • Loading branch information
franzliedke committed Jan 14, 2013
1 parent 63ee8c2 commit 174de06
Show file tree
Hide file tree
Showing 57 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
* @license http://www.gnu.org/licenses/gpl.html GNU General Public License
*/

namespace FluxBB;
namespace FluxBB\Core;

use Illuminate\Support\ServiceProvider;

Expand All @@ -46,8 +46,8 @@ public function boot()
{
$this->package('fluxbb/core', 'fluxbb');

include __DIR__.'/../start.php';
include __DIR__.'/../routes.php';
include __DIR__.'/../../start.php';
include __DIR__.'/../../routes.php';
}

/**
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 174de06

Please sign in to comment.