Using ::class notation

parent 466f70be
<?php
view()->composer(['page::admin.create', 'page::admin.edit'], 'Modules\Page\Composers\TemplateViewComposer');
view()->composer(['page::admin.create', 'page::admin.edit'], \Modules\Page\Composers\TemplateViewComposer::class);
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment