environment('dev')) { throw new \Exception('开发环境不允许操作'); } }); self::deleting(function () { if (app()->environment('dev')) { throw new \Exception('开发环境不允许操作'); } }); } }