aarondfrancis / laravel-pseudo-daemon

A Laravel package to mimic daemons via scheduled commands without having to change server configuration.
92 stars 12 forks source link

Use FQCN #2

Closed tontonsb closed 3 years ago

tontonsb commented 3 years ago

This either needs an import or we have to use a fully qualified class name.

aarondfrancis commented 3 years ago

Thanks!