Skip to content

Commit

Permalink
Shift cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
laravel-shift committed Mar 15, 2024
1 parent cf40844 commit 8748f57
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 7 deletions.
2 changes: 0 additions & 2 deletions config/app.php
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
<?php

use Illuminate\Support\ServiceProvider;
use Illuminate\Support\Facades\Facade;

return [


'aliases' => Facade::defaultAliases()->merge([
'Redis' => Illuminate\Support\Facades\Redis::class,
])->toArray(),
Expand Down
2 changes: 0 additions & 2 deletions config/database.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php

use Illuminate\Support\Str;

return [

'connections' => [
Expand Down
1 change: 0 additions & 1 deletion config/fortify.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<?php

use App\Providers\AppServiceProvider;
use App\Providers\RouteServiceProvider;
use Laravel\Fortify\Features;

return [
Expand Down
1 change: 0 additions & 1 deletion routes/console.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,5 @@
$this->comment(Inspiring::quote());
})->purpose('Display an inspiring quote')->hourly();


Schedule::command('model:prune')->daily();
Schedule::command(OverdueBookingNotification::class)->everyFifteenMinutes();
1 change: 0 additions & 1 deletion tests/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@

abstract class TestCase extends BaseTestCase
{

public function approvalIsNotRequired()
{
Config::set('hydrofon.require_approval', 'none');
Expand Down

0 comments on commit 8748f57

Please sign in to comment.