Closed jeffochoa closed 7 years ago
This query is throwing an exception when you try to install a project that uses voyager-themes.
\VoyagerThemes\Models\Theme::where('active', '=', 1)->first();
The issue is we are trying to make a query on a table that doesn't exist yet.
@jeffochoa Thanks man! Merging this in now 👍
This query is throwing an exception when you try to install a project that uses voyager-themes.
\VoyagerThemes\Models\Theme::where('active', '=', 1)->first();
The issue is we are trying to make a query on a table that doesn't exist yet.