cleaning day
This commit is contained in:
@@ -9,14 +9,4 @@ class Permission extends parentPermission
|
||||
protected $connection = 'mysql';
|
||||
|
||||
protected $guarded = ['id'];
|
||||
|
||||
public function application()
|
||||
{
|
||||
return $this->belongsTo(\App\Models\Core\App\Application::class)->withDefault(['name' => '']);
|
||||
}
|
||||
|
||||
public function application_module()
|
||||
{
|
||||
return $this->belongsTo(\App\Models\Core\App\ApplicationModule::class)->withDefault(['name' => '']);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
namespace App\Models\Core\Auth;
|
||||
|
||||
use Sebastienheyd\Boilerplate\Models\permissionCategory as parentPermissionCategory;
|
||||
use Sebastienheyd\Boilerplate\Models\PermissionCategory as parentPermissionCategory;
|
||||
|
||||
class PermissionCategory extends parentPermissionCategory
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user