|
|
|
@ -3,6 +3,7 @@ |
|
|
|
namespace App\Providers; |
|
|
|
|
|
|
|
use Illuminate\Database\Eloquent\Relations\Relation; |
|
|
|
use Illuminate\Pagination\Paginator; |
|
|
|
use Illuminate\Support\ServiceProvider; |
|
|
|
|
|
|
|
class AppServiceProvider extends ServiceProvider |
|
|
|
@ -25,6 +26,7 @@ class AppServiceProvider extends ServiceProvider |
|
|
|
'issues' => 'App\Entities\Projects\Issue', |
|
|
|
'jobs' => 'App\Entities\Projects\Job', |
|
|
|
]); |
|
|
|
Paginator::useBootstrap(); |
|
|
|
} |
|
|
|
|
|
|
|
/** |
|
|
|
|