mirror of
https://github.com/alexjustesen/speedtest-tracker.git
synced 2026-06-23 06:40:09 +00:00
ce3f4b4901
added dashboard button to the toolbar
8 lines
168 B
PHP
8 lines
168 B
PHP
<?php
|
|
|
|
return [
|
|
App\Providers\AppServiceProvider::class,
|
|
App\Providers\FilamentServiceProvider::class,
|
|
App\Providers\Filament\AdminPanelProvider::class,
|
|
];
|