mirror of
https://github.com/itflow-org/itflow
synced 2026-08-05 07:07:14 +00:00
Rename plugins to libs and update all file references
This commit is contained in:
13
libs/vendor/illuminate/contracts/Translation/HasLocalePreference.php
vendored
Normal file
13
libs/vendor/illuminate/contracts/Translation/HasLocalePreference.php
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
namespace Illuminate\Contracts\Translation;
|
||||
|
||||
interface HasLocalePreference
|
||||
{
|
||||
/**
|
||||
* Get the preferred locale of the entity.
|
||||
*
|
||||
* @return string|null
|
||||
*/
|
||||
public function preferredLocale();
|
||||
}
|
||||
Reference in New Issue
Block a user