mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 01:08:56 +00:00
Fix pagination, samples and previews
This commit is contained in:
@@ -17,7 +17,7 @@ class AppServiceProvider extends ServiceProvider
|
||||
*/
|
||||
public function boot(): void
|
||||
{
|
||||
Paginator::useBootstrapFive();
|
||||
Paginator::useTailwind();
|
||||
$smarty = app('smarty.view');
|
||||
view()->share('smarty', $smarty);
|
||||
Gate::define('viewPulse', function (User $user) {
|
||||
|
||||
Reference in New Issue
Block a user