Version: 2.1.1
Platform: x86_64
First, install or update to the latest system software.
sudo apt-get update
sudo apt-get install build-essential chrpath libssl-dev libxft-dev
| <?php | |
| namespace App\Console\Commands; | |
| use Illuminate\Console\Command; | |
| use Symfony\Component\Finder\Finder; | |
| class FixCashierNamespace extends Command | |
| { | |
| /** |
| <?php | |
| namespace Watermark\Observers; | |
| use Illuminate\Database\Eloquent\Model; | |
| trait ClassifiesDeleted | |
| { | |
| /** | |
| * Hook into post-delete operations. |
| <?php | |
| namespace App\Console; | |
| trait PreventOnProduction | |
| { | |
| /** | |
| * Prevent the command from executing on production. | |
| * | |
| * @param string $message |