mirror of
https://github.com/ivuorinen/bbcodeparser.git
synced 2026-02-05 23:44:20 +00:00
Initial commit with tests, and stuff.
This commit is contained in:
11
src/Facades/BBCodeParser.php
Normal file
11
src/Facades/BBCodeParser.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php namespace ivuorinen\BBCode\Facades;
|
||||
|
||||
use Illuminate\Support\Facades\Facade;
|
||||
|
||||
class BBCodeParser extends Facade
|
||||
{
|
||||
protected static function getFacadeAccessor()
|
||||
{
|
||||
return 'bbcode';
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user