update versions

This commit is contained in:
Andras Bacsai
2023-05-09 14:46:22 +02:00
parent 69e5e3f461
commit 2ae57ae1f1
4 changed files with 4 additions and 4 deletions

View File

@@ -16,7 +16,7 @@ class AppServiceProvider extends ServiceProvider
*/
public function register(): void
{
// if (config('app.env') === 'production' && Str::contains(config('coolify.version'), ['nightly'])) {
// if (config('app.env') === 'production' && Str::contains(config('version'), ['nightly'])) {
// Process::run('php artisan migrate:fresh --force --seed --seeder=ProductionSeeder');
// }
}