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