mirror of
https://github.com/prurigro/hypothetical.git
synced 2024-11-09 11:16:39 -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
|
* @return null
|
||||||
*/
|
*/
|
||||||
public static function boot() {
|
public static function boot()
|
||||||
|
{
|
||||||
parent::boot();
|
parent::boot();
|
||||||
|
|
||||||
static::deleting(function($item) {
|
static::deleting(function($item) {
|
||||||
|
|
Loading…
Reference in a new issue