1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-07-30 04:23:11 +03:00

Change application namespace to BookStack

This commit is contained in:
Dan Brown
2015-09-10 19:31:09 +01:00
parent b61c1d8df0
commit 88049476fe
69 changed files with 195 additions and 195 deletions

View File

@ -1,7 +1,7 @@
<?php namespace Oxbow\Repos;
<?php namespace BookStack\Repos;
use Illuminate\Support\Str;
use Oxbow\Book;
use BookStack\Book;
class BookRepo
{

View File

@ -1,8 +1,8 @@
<?php namespace Oxbow\Repos;
<?php namespace BookStack\Repos;
use Illuminate\Support\Str;
use Oxbow\Chapter;
use BookStack\Chapter;
class ChapterRepo
{

View File

@ -1,10 +1,10 @@
<?php namespace Oxbow\Repos;
<?php namespace BookStack\Repos;
use Illuminate\Support\Facades\Auth;
use Illuminate\Support\Str;
use Oxbow\Page;
use Oxbow\PageRevision;
use BookStack\Page;
use BookStack\PageRevision;
class PageRepo
{

View File

@ -1,8 +1,8 @@
<?php namespace Oxbow\Repos;
<?php namespace BookStack\Repos;
use Oxbow\Role;
use Oxbow\User;
use BookStack\Role;
use BookStack\User;
class UserRepo
{