Skip to content

Instantly share code, notes, and snippets.

@cursosdesarrolloweb
Created June 13, 2021 09:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cursosdesarrolloweb/4a27488c74270d8e27c2de40bc52d99e to your computer and use it in GitHub Desktop.
Save cursosdesarrolloweb/4a27488c74270d8e27c2de40bc52d99e to your computer and use it in GitHub Desktop.
<?php
namespace App\Cursosdesarrolloweb;
/**
* Class Cursosdesarrolloweb
* @package App\Cursosdesarrolloweb
*/
class Cursosdesarrolloweb {
/**
* @return string
*/
public static function test(): string
{
return "Test Facade Cursosdesarrolloweb";
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment