Remove unused reference references
This commit is contained in:
parent
2883a66f49
commit
b76144b23d
|
@ -11,7 +11,6 @@ use stdClass;
|
||||||
class CreateRoomsTable extends Migration
|
class CreateRoomsTable extends Migration
|
||||||
{
|
{
|
||||||
use ChangesReferences;
|
use ChangesReferences;
|
||||||
use Reference;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Run the migration
|
* Run the migration
|
||||||
|
|
|
@ -10,8 +10,6 @@ use Illuminate\Database\Schema\Blueprint;
|
||||||
|
|
||||||
class AddTimestampsToQuestions extends Migration
|
class AddTimestampsToQuestions extends Migration
|
||||||
{
|
{
|
||||||
use ChangesReferences;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Run the migration
|
* Run the migration
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -9,8 +9,6 @@ use Illuminate\Database\Schema\Blueprint;
|
||||||
|
|
||||||
class AddEmailNewsToUsersSettings extends Migration
|
class AddEmailNewsToUsersSettings extends Migration
|
||||||
{
|
{
|
||||||
use Reference;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Run the migration
|
* Run the migration
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -9,8 +9,6 @@ use Illuminate\Database\Schema\Blueprint;
|
||||||
|
|
||||||
class OauthAddTokens extends Migration
|
class OauthAddTokens extends Migration
|
||||||
{
|
{
|
||||||
use Reference;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Run the migration
|
* Run the migration
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -9,8 +9,6 @@ use Illuminate\Database\Schema\Blueprint;
|
||||||
|
|
||||||
class NewsAddIsPinned extends Migration
|
class NewsAddIsPinned extends Migration
|
||||||
{
|
{
|
||||||
use Reference;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Run the migration
|
* Run the migration
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -9,8 +9,6 @@ use Illuminate\Database\Schema\Blueprint;
|
||||||
|
|
||||||
class OauthChangeTokensToText extends Migration
|
class OauthChangeTokensToText extends Migration
|
||||||
{
|
{
|
||||||
use Reference;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Run the migration
|
* Run the migration
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -12,8 +12,6 @@ use stdClass;
|
||||||
|
|
||||||
class CreateFirstUser extends Migration
|
class CreateFirstUser extends Migration
|
||||||
{
|
{
|
||||||
use Reference;
|
|
||||||
|
|
||||||
public function __construct(SchemaBuilder $schemaBuilder, protected Config $config)
|
public function __construct(SchemaBuilder $schemaBuilder, protected Config $config)
|
||||||
{
|
{
|
||||||
parent::__construct($schemaBuilder);
|
parent::__construct($schemaBuilder);
|
||||||
|
|
|
@ -11,8 +11,6 @@ use stdClass;
|
||||||
|
|
||||||
class SetAdminPassword extends Migration
|
class SetAdminPassword extends Migration
|
||||||
{
|
{
|
||||||
use Reference;
|
|
||||||
|
|
||||||
public function __construct(SchemaBuilder $schemaBuilder, protected Config $config)
|
public function __construct(SchemaBuilder $schemaBuilder, protected Config $config)
|
||||||
{
|
{
|
||||||
parent::__construct($schemaBuilder);
|
parent::__construct($schemaBuilder);
|
||||||
|
|
|
@ -9,8 +9,6 @@ use Illuminate\Database\Schema\Blueprint;
|
||||||
|
|
||||||
class AddShiftsDescription extends Migration
|
class AddShiftsDescription extends Migration
|
||||||
{
|
{
|
||||||
use Reference;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Run the migration
|
* Run the migration
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -9,8 +9,6 @@ use Illuminate\Database\Schema\Blueprint;
|
||||||
|
|
||||||
class UsersSettingsAddEmailGoody extends Migration
|
class UsersSettingsAddEmailGoody extends Migration
|
||||||
{
|
{
|
||||||
use Reference;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Run the migration
|
* Run the migration
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -9,9 +9,6 @@ use stdClass;
|
||||||
|
|
||||||
class FillPrivilegesAndGroupsRelatedTables extends Migration
|
class FillPrivilegesAndGroupsRelatedTables extends Migration
|
||||||
{
|
{
|
||||||
use ChangesReferences;
|
|
||||||
use Reference;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Inserts missing data into permissions & groups related tables
|
* Inserts missing data into permissions & groups related tables
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -9,8 +9,6 @@ use Illuminate\Database\Schema\Blueprint;
|
||||||
|
|
||||||
class AddEmailMessagesToUsersSettings extends Migration
|
class AddEmailMessagesToUsersSettings extends Migration
|
||||||
{
|
{
|
||||||
use Reference;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Run the migration
|
* Run the migration
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -9,8 +9,6 @@ use Illuminate\Database\Schema\Blueprint;
|
||||||
|
|
||||||
class AddIfsgCerificatesToUsersLicenses extends Migration
|
class AddIfsgCerificatesToUsersLicenses extends Migration
|
||||||
{
|
{
|
||||||
use Reference;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Run the migration
|
* Run the migration
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -9,8 +9,6 @@ use Illuminate\Database\Schema\Blueprint;
|
||||||
|
|
||||||
class AddRequiresIfsgCerificateToAngeltypes extends Migration
|
class AddRequiresIfsgCerificateToAngeltypes extends Migration
|
||||||
{
|
{
|
||||||
use Reference;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Run the migration
|
* Run the migration
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -9,8 +9,6 @@ use Illuminate\Database\Schema\Blueprint;
|
||||||
|
|
||||||
class AngeltypesRenameNoSelfSignupToShiftSelfSignup extends Migration
|
class AngeltypesRenameNoSelfSignupToShiftSelfSignup extends Migration
|
||||||
{
|
{
|
||||||
use Reference;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Run the migration
|
* Run the migration
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -9,8 +9,6 @@ use Illuminate\Database\Schema\Blueprint;
|
||||||
|
|
||||||
class AddHideOnShiftViewToAngeltypes extends Migration
|
class AddHideOnShiftViewToAngeltypes extends Migration
|
||||||
{
|
{
|
||||||
use Reference;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Run the migration
|
* Run the migration
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -9,8 +9,6 @@ use Illuminate\Database\Schema\Blueprint;
|
||||||
|
|
||||||
class AddUserInfoToUsersState extends Migration
|
class AddUserInfoToUsersState extends Migration
|
||||||
{
|
{
|
||||||
use Reference;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Run the migration
|
* Run the migration
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue