for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php namespace Arcanesoft\Media\Events;
/**
* Class DirectoryDeleting
*
* @package Arcanesoft\Media\Events
* @author ARCANEDEV <[email protected]>
*/
class DirectoryDeleting
{
/* -----------------------------------------------------------------
| Properties
| -----------------------------------------------------------------
/** @var string */
public $directory;
| Constructor
* DirectoryDeleted constructor.
* @param string $directory
public function __construct($directory)
$this->directory = $directory;
}