PHP Style Change (Laravel Pint CI)

This commit is contained in:
HDVinnie
2024-01-16 18:05:08 +00:00
committed by HDVinne
parent 4291667d3a
commit ea0018a862
4 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ use Exception;
*/
class StatsController extends Controller
{
public \Illuminate\Support\Carbon $carbon;
public Carbon $carbon;
/**
* StatsController Constructor.