feat: install and scaffold Tablar theme

This commit is contained in:
2026-05-01 11:49:20 -04:00
parent 9108b6bab6
commit bd52e27f76
170 changed files with 1046 additions and 375 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ use Illuminate\Routing\Controller as BaseController;
use Illuminate\Foundation\Validation\ValidatesRequests;
use Illuminate\Foundation\Auth\Access\AuthorizesRequests;
class Controller extends BaseController
class Controller extends \Illuminate\Routing\Controller
{
use AuthorizesRequests, DispatchesJobs, ValidatesRequests;
}