Skip to content

Instantly share code, notes, and snippets.

@DarkGhostHunter
Created May 22, 2018 18:22
Show Gist options
  • Save DarkGhostHunter/071abc1a7c7750b2e3aa95d5cc64fc8b to your computer and use it in GitHub Desktop.
Save DarkGhostHunter/071abc1a7c7750b2e3aa95d5cc64fc8b to your computer and use it in GitHub Desktop.
56413a512688-UserDeleted
<?php
namespace App
use Illuminate\Database\Eloquent\Model;
class UserDeleted extends Model {
public $table = 'users_deleted';
public $casts = ['payload' => 'array'];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment