Skip to content

Commit

Permalink
refactor: Remove Unused Code (#3699)
Browse files Browse the repository at this point in the history
  • Loading branch information
CalumTowers authored Aug 13, 2024
1 parent 18b022c commit 402ce31
Show file tree
Hide file tree
Showing 32 changed files with 204 additions and 894 deletions.
1 change: 1 addition & 0 deletions .env.ci
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ DB_MYSQL_USER=root
DB_MYSQL_PASS=root
DB_MYSQL_NAME=core
CTS_DATABASE=cts
VATSIM_OAUTH_CLIENT=0
2 changes: 0 additions & 2 deletions Procfile

This file was deleted.

61 changes: 0 additions & 61 deletions app.json

This file was deleted.

47 changes: 0 additions & 47 deletions app/Console/Commands/Deployment/HerokuPostDeploy.php

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace App\Console\Commands;
namespace App\Console\Commands\Development;

use Illuminate\Console\Command;
use Tests\Database\MockCtsDatabase;
Expand Down
182 changes: 0 additions & 182 deletions app/Console/Commands/Development/GenerateEloquentMethodPHPDoc.php

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace App\Console\Commands;
namespace App\Console\Commands\Development;

use App\Models\Mship\Account;
use Illuminate\Console\Command;
Expand Down
Loading

0 comments on commit 402ce31

Please sign in to comment.