review back button to index page

This commit is contained in:
Arno Kaimbacher 2019-06-06 17:34:34 +02:00
parent 390f6bbef8
commit dabb905111
5 changed files with 186 additions and 77 deletions

View file

@ -1,7 +1,7 @@
<?php namespace App\Commands;
abstract class Command {
//
<?php
namespace App\Commands;
abstract class Command
{
//
}