mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 13:12:50 +01:00
77969243fa
This reverts commit b635f3b32e
.
12 lines
76 B
PHP
12 lines
76 B
PHP
<?php
|
|
|
|
namespace App\Repositories;
|
|
|
|
/**
|
|
*
|
|
*/
|
|
class BaseRepository
|
|
{
|
|
|
|
|
|
} |