Sleimanx2\Plastic\Console\Mapping\BaseCommand::getMappingPath PHP Method

getMappingPath() public method

Return the full mappings directory path.
public getMappingPath ( ) : string
return string
    public function getMappingPath()
    {
        return $this->laravel->databasePath() . DIRECTORY_SEPARATOR . 'mappings';
    }
BaseCommand