for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/*
* This file is part of the Icybee package.
*
* (c) Olivier Laviale <[email protected]>
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Icybee\Modules\Users\Block;
use Icybee\Modules\Users\User;
/**
* @inheritdoc
* @property User $record
class DeleteBlock extends \Icybee\Block\DeleteBlock
{
protected function get_record_name()
return $this->record->name;
}