Logo
Explore Help
Register Sign In
miguel456/rbrecruiter
Archived
1
0
Fork 1
You've already forked rbrecruiter
Code Issues Pull Requests 1 Projects Releases 2 Wiki Activity
This repository has been archived on 2025-08-04. You can view files and clone it, but cannot push or open issues or pull requests.
Files
85c719c24dfe08fc64a274e8b3c7f8da5d0afdf9
rbrecruiter/app/Facades/UUID.php

13 lines
202 B
PHP
Raw Normal View History

Beta version This commit is too large to list all changes.
2020-06-27 00:32:33 +01:00
<?php
namespace App\Facades;
use Illuminate\Support\Facades\Facade;
Revert "Apply fixes from StyleCI (pull request #6)" This reverts pull request #6. > This pull request applies code style fixes from an analysis carried out by [StyleCI](https://bitbucket.styleci.io). > > For more information, click [here](https://bitbucket.styleci.io/analyses/a2Jl7D).
2020-10-21 00:29:50 +00:00
class UUID extends Facade
Beta version This commit is too large to list all changes.
2020-06-27 00:32:33 +01:00
{
protected static function getFacadeAccessor()
{
return 'uuidConversionFacade';
}
Revert "Apply fixes from StyleCI (pull request #6)" This reverts pull request #6. > This pull request applies code style fixes from an analysis carried out by [StyleCI](https://bitbucket.styleci.io). > > For more information, click [here](https://bitbucket.styleci.io/analyses/a2Jl7D).
2020-10-21 00:29:50 +00:00
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.3 Page: 123ms Template: 9ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API