added some icons, small cleaning, create table page stub, table controller
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user