first upload all files
This commit is contained in:
15
Modules/Admin/Sidebar/BaseSidebarExtender.php
Normal file
15
Modules/Admin/Sidebar/BaseSidebarExtender.php
Normal file
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
namespace Modules\Admin\Sidebar;
|
||||
|
||||
use Modules\User\Contracts\Authentication;
|
||||
|
||||
class BaseSidebarExtender
|
||||
{
|
||||
protected $auth;
|
||||
|
||||
public function __construct(Authentication $auth)
|
||||
{
|
||||
$this->auth = $auth;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user