Page MenuHomePhorge

DeleteCommand.php
No OneTemporary

Authored By
Unknown
Size
322 B
Referenced Files
None
Subscribers
None

DeleteCommand.php

<?php
namespace App\Console\Commands\User;
use App\Console\ObjectDeleteCommand;
class DeleteCommand extends ObjectDeleteCommand
{
protected $dangerous = false;
protected $hidden = false;
protected $objectClass = \App\User::class;
protected $objectName = 'user';
protected $objectTitle = 'email';
}

File Metadata

Mime Type
text/x-php
Expires
Fri, Apr 24, 10:07 AM (1 w, 3 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
18721623
Default Alt Text
DeleteCommand.php (322 B)

Event Timeline