mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-06-13 00:41:59 +03:00
Re-structured the app code to be feature based rather than code type based
This commit is contained in:
@ -8,7 +8,7 @@ use Illuminate\Http\Exceptions\HttpResponseException;
|
||||
use Illuminate\Http\Request;
|
||||
use Illuminate\Routing\Controller as BaseController;
|
||||
use Illuminate\Foundation\Validation\ValidatesRequests;
|
||||
use BookStack\User;
|
||||
use BookStack\Auth\User;
|
||||
|
||||
abstract class Controller extends BaseController
|
||||
{
|
||||
|
Reference in New Issue
Block a user