review back button to index page
This commit is contained in:
parent
390f6bbef8
commit
dabb905111
5 changed files with 186 additions and 77 deletions
|
@ -1,7 +1,7 @@
|
|||
<?php namespace App\Commands;
|
||||
|
||||
abstract class Command {
|
||||
|
||||
//
|
||||
<?php
|
||||
namespace App\Commands;
|
||||
|
||||
abstract class Command
|
||||
{
|
||||
//
|
||||
}
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
<?php namespace App\Console;
|
||||
<?php
|
||||
namespace App\Console;
|
||||
|
||||
use Illuminate\Console\Scheduling\Schedule;
|
||||
use Illuminate\Foundation\Console\Kernel as ConsoleKernel;
|
||||
|
|
|
@ -17,7 +17,6 @@ use Illuminate\Support\Facades\Storage;
|
|||
use Illuminate\Support\Facades\Validator;
|
||||
use App\Models\DatasetReference;
|
||||
use App\Models\Subject;
|
||||
use App\Models\GeolocationBox;
|
||||
use App\Models\Page;
|
||||
use Illuminate\Support\Facades\Auth;
|
||||
use App\Models\Coverage;
|
||||
|
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue