Bläddra i källkod

remove unnecessary imports

3.x
Andrew Wallo 2 år sedan
förälder
incheckning
2eec970719

+ 0
- 2
app/Filament/Pages/Widgets/CumulativeEmployeeData.php Visa fil

@@ -2,9 +2,7 @@
2 2
 
3 3
 namespace App\Filament\Pages\Widgets;
4 4
 
5
-use App\Models\Company;
6 5
 use App\Models\Employeeship;
7
-use App\Models\User;
8 6
 use Leandrocfe\FilamentApexCharts\Widgets\ApexChartWidget;
9 7
 
10 8
 class CumulativeEmployeeData extends ApexChartWidget

+ 0
- 1
app/Filament/Pages/Widgets/CumulativeUserData.php Visa fil

@@ -2,7 +2,6 @@
2 2
 
3 3
 namespace App\Filament\Pages\Widgets;
4 4
 
5
-use App\Models\Company;
6 5
 use App\Models\User;
7 6
 use Leandrocfe\FilamentApexCharts\Widgets\ApexChartWidget;
8 7
 

Laddar…
Avbryt
Spara