added some icons, small cleaning, create table page stub, table controller

This commit is contained in:
2018-07-16 23:00:45 +02:00
parent 25cb60d377
commit eeaa837c29
23 changed files with 408 additions and 211 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ use Illuminate\Database\Eloquent\Relations\MorphMany;
*/
trait Reportable
{
public function bootReportable()
public static function bootReportable()
{
static::deleting(function(Reportable $self) {
$self->reportsOf()->delete();