mirror of
https://github.com/ershisan99/coolify.git
synced 2025-12-16 12:33:03 +00:00
revert appserviceprovider
This commit is contained in:
@@ -16,9 +16,9 @@ class AppServiceProvider extends ServiceProvider
|
|||||||
*/
|
*/
|
||||||
public function register(): void
|
public function register(): void
|
||||||
{
|
{
|
||||||
if (config('app.env') === 'production' && Str::contains(config('coolify.version'), ['nightly'])) {
|
// if (config('app.env') === 'production' && Str::contains(config('coolify.version'), ['nightly'])) {
|
||||||
Process::run('php artisan migrate:fresh --force --seed --seeder=ProductionSeeder');
|
// Process::run('php artisan migrate:fresh --force --seed --seeder=ProductionSeeder');
|
||||||
}
|
// }
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user