1 | <?php |
||
3 | class VimeoDataObjectRedoTask extends BuildTask |
||
|
|||
4 | { |
||
5 | protected $title = "Redo meta-data for Vimeo Objects"; |
||
6 | |||
7 | protected $description = "Removes all the cached meta-data for all vimeo objects and re-applies them. Should end with the word Completed."; |
||
8 | |||
9 | public function run($request) |
||
21 | } |
||
22 |
You can fix this by adding a namespace to your class:
When choosing a vendor namespace, try to pick something that is not too generic to avoid conflicts with other libraries.