php-cs-fixer
This commit is contained in:
parent
16e34af773
commit
3ea6d45cda
87 changed files with 151 additions and 256 deletions
|
@ -2,7 +2,6 @@
|
|||
|
||||
namespace Pterodactyl\Traits\Controllers;
|
||||
|
||||
use JavaScript;
|
||||
use Illuminate\Http\Request;
|
||||
|
||||
trait JavascriptInjection
|
||||
|
@ -24,6 +23,6 @@ trait JavascriptInjection
|
|||
*/
|
||||
public function plainInject(array $args = []): string
|
||||
{
|
||||
return JavaScript::put($args);
|
||||
return \JavaScript::put($args);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue