mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 03:14:55 +02:00
nvim/lua/user/plugins/ui/colorscheme.lua: update
This commit is contained in:
parent
069e6866e9
commit
4620d33296
2 changed files with 26 additions and 6 deletions
16
phpactor/templates/laravel-facade/SourceCode.php.twig
Normal file
16
phpactor/templates/laravel-facade/SourceCode.php.twig
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
<?php
|
||||
|
||||
namespace {{ prototype.namespace }};
|
||||
|
||||
use Illuminate\Support\Facades\Facade;
|
||||
|
||||
{% for class in prototype.classes %}
|
||||
class {{ class.name }} extends Facade
|
||||
{
|
||||
protected static function getFacadeAccessor()
|
||||
{
|
||||
return '';
|
||||
}
|
||||
}
|
||||
{% endfor %}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue