\App\Console\CommandsReplaceDomain

Summary

Methods
Properties
Constants
__construct()
handle()
No public properties found
REPLACE_COLUMN
No protected methods found
$signature
$description
N/A
No private methods found
No private properties found
N/A

Constants

REPLACE_COLUMN

REPLACE_COLUMN = array(\App\Models\Article::class => array('content'), \App\Models\Company::class => array('brief'), \App\Models\UserProfile::class => array('vaccination_screenshot_path'), \App\Models\CheckUserProfile::class => array('vaccination_screenshot_path'))

Properties

$signature

$signature : string

The name and signature of the console command.

Type

string

$description

$description : string

The console command description.

Type

string

Methods

__construct()

__construct() 

Create a new command instance.

handle()

handle() : integer

Execute the console command.

Returns

integer