File Manager Lite
Dir:
/home/codewavebd/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Queue
Upload
[..]
InteractsWithUniqueJobs.php (1.45 KB)
Edit
Rename
Del
Queueable.php (316 B)
Edit
Rename
Del
Edit: Queueable.php
<?php namespace Illuminate\Foundation\Queue; use Illuminate\Bus\Queueable as QueueableByBus; use Illuminate\Foundation\Bus\Dispatchable; use Illuminate\Queue\InteractsWithQueue; use Illuminate\Queue\SerializesModels; trait Queueable { use Dispatchable, InteractsWithQueue, QueueableByBus, SerializesModels; }
Simpan