You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The use of Facade in a package isn't generally regarded as a good pratice, as a user could use custom names for his class aliases in config/app.php.
A better way would be to use Illuminate\Contracts in place, and use a service provider to inject the dependency in class __construct() method.
The text was updated successfully, but these errors were encountered:
The use of Facade in a package isn't generally regarded as a good pratice, as a user could use custom names for his class aliases in config/app.php.
A better way would be to use Illuminate\Contracts in place, and use a service provider to inject the dependency in class __construct() method.
The text was updated successfully, but these errors were encountered: