8 lines
116 B
PHP
8 lines
116 B
PHP
<?php
|
|
|
|
namespace App\Contracts\Repository;
|
|
|
|
interface PermissionRepositoryInterface extends RepositoryInterface
|
|
{
|
|
}
|