mirror of
https://github.com/prurigro/hypothetical.git
synced 2024-11-21 15:42:31 -05:00
Move the opening brace for the DashboardModel boot to the next line
This commit is contained in:
parent
f12efa7755
commit
e5ba9e38e3
1 changed files with 2 additions and 1 deletions
|
@ -129,7 +129,8 @@ class DashboardModel extends Model
|
|||
*
|
||||
* @return null
|
||||
*/
|
||||
public static function boot() {
|
||||
public static function boot()
|
||||
{
|
||||
parent::boot();
|
||||
|
||||
static::deleting(function($item) {
|
||||
|
|
Loading…
Reference in a new issue