mirror of
https://github.com/flarum/core.git
synced 2025-08-03 15:07:53 +02:00
Remove deprecated Flarum\Util\Str class
This commit is contained in:
@@ -1,23 +0,0 @@
|
|||||||
<?php
|
|
||||||
|
|
||||||
/*
|
|
||||||
* This file is part of Flarum.
|
|
||||||
*
|
|
||||||
* For detailed copyright and license information, please view the
|
|
||||||
* LICENSE file that was distributed with this source code.
|
|
||||||
*/
|
|
||||||
|
|
||||||
namespace Flarum\Util;
|
|
||||||
|
|
||||||
use Illuminate\Support\Str as Laravel;
|
|
||||||
|
|
||||||
class Str
|
|
||||||
{
|
|
||||||
/**
|
|
||||||
* @deprecated
|
|
||||||
*/
|
|
||||||
public static function slug($str)
|
|
||||||
{
|
|
||||||
return Laravel::slug($str);
|
|
||||||
}
|
|
||||||
}
|
|
Reference in New Issue
Block a user