update code
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
namespace App\Contracts\Repositories;
|
||||
|
||||
use Prettus\Repository\Contracts\RepositoryInterface;
|
||||
|
||||
/**
|
||||
* Interface AttachmentRepository.
|
||||
*
|
||||
* @package namespace App\Contracts\Repositories;
|
||||
*/
|
||||
interface AttachmentRepository extends RepositoryInterface
|
||||
{
|
||||
//
|
||||
}
|
||||
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
namespace App\Contracts\Repositories;
|
||||
|
||||
use Prettus\Repository\Contracts\RepositoryInterface;
|
||||
|
||||
/**
|
||||
* Interface BookRepository.
|
||||
*
|
||||
* @package namespace App\Contracts\Repositories;
|
||||
*/
|
||||
interface BookRepository extends RepositoryInterface
|
||||
{
|
||||
//
|
||||
}
|
||||
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
namespace App\Contracts\Repositories;
|
||||
|
||||
use Prettus\Repository\Contracts\RepositoryInterface;
|
||||
|
||||
/**
|
||||
* Interface DepartmentRepository.
|
||||
*
|
||||
* @package namespace App\Contracts\Repositories;
|
||||
*/
|
||||
interface DepartmentRepository extends RepositoryInterface
|
||||
{
|
||||
//
|
||||
}
|
||||
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
namespace App\Contracts\Repositories;
|
||||
|
||||
use Prettus\Repository\Contracts\RepositoryInterface;
|
||||
|
||||
/**
|
||||
* Interface DocumentRepository.
|
||||
*
|
||||
* @package namespace App\Contracts\Repositories;
|
||||
*/
|
||||
interface DocumentRepository extends RepositoryInterface
|
||||
{
|
||||
//
|
||||
}
|
||||
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
namespace App\Contracts\Repositories;
|
||||
|
||||
use Prettus\Repository\Contracts\RepositoryInterface;
|
||||
|
||||
/**
|
||||
* Interface DocumentTypeRepository.
|
||||
*
|
||||
* @package namespace App\Contracts\Repositories;
|
||||
*/
|
||||
interface DocumentTypeRepository extends RepositoryInterface
|
||||
{
|
||||
//
|
||||
}
|
||||
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
namespace App\Contracts\Repositories;
|
||||
|
||||
use Prettus\Repository\Contracts\RepositoryInterface;
|
||||
|
||||
/**
|
||||
* Interface OrganizeRepository.
|
||||
*
|
||||
* @package namespace App\Contracts\Repositories;
|
||||
*/
|
||||
interface OrganizeRepository extends RepositoryInterface
|
||||
{
|
||||
//
|
||||
}
|
||||
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
namespace App\Contracts\Repositories;
|
||||
|
||||
use Prettus\Repository\Contracts\RepositoryInterface;
|
||||
|
||||
/**
|
||||
* Interface PermissionRepository.
|
||||
*
|
||||
* @package namespace App\Contracts\Repositories;
|
||||
*/
|
||||
interface PermissionRepository extends RepositoryInterface
|
||||
{
|
||||
//
|
||||
}
|
||||
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
namespace App\Contracts\Repositories;
|
||||
|
||||
use Prettus\Repository\Contracts\RepositoryInterface;
|
||||
|
||||
/**
|
||||
* Interface RoleRepository.
|
||||
*
|
||||
* @package namespace App\Contracts\Repositories;
|
||||
*/
|
||||
interface RoleRepository extends RepositoryInterface
|
||||
{
|
||||
//
|
||||
}
|
||||
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
namespace App\Contracts\Repositories;
|
||||
|
||||
use Prettus\Repository\Contracts\RepositoryInterface;
|
||||
|
||||
/**
|
||||
* Interface SignerRepository.
|
||||
*
|
||||
* @package namespace App\Contracts\Repositories;
|
||||
*/
|
||||
interface SignerRepository extends RepositoryInterface
|
||||
{
|
||||
//
|
||||
}
|
||||
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
namespace App\Contracts\Repositories;
|
||||
|
||||
use Prettus\Repository\Contracts\RepositoryInterface;
|
||||
|
||||
/**
|
||||
* Interface TitleRepository.
|
||||
*
|
||||
* @package namespace App\Contracts\Repositories;
|
||||
*/
|
||||
interface TitleRepository extends RepositoryInterface
|
||||
{
|
||||
//
|
||||
}
|
||||
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
namespace App\Contracts\Repositories;
|
||||
|
||||
use Prettus\Repository\Contracts\RepositoryInterface;
|
||||
|
||||
/**
|
||||
* Interface UserRepository.
|
||||
*
|
||||
* @package namespace App\Contracts\Repositories;
|
||||
*/
|
||||
interface UserRepository extends RepositoryInterface
|
||||
{
|
||||
//
|
||||
}
|
||||
Reference in New Issue
Block a user