Completed
Push — master ( ca4bb4...c297b8 )
by Iman
01:47
created
src/Facade.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -11,6 +11,9 @@
 block discarded – undo
11 11
 
12 12
 class Facade extends LaravelFacade
13 13
 {
14
+    /**
15
+     * @return string
16
+     */
14 17
     protected static function getFacadeAccessor()
15 18
     {
16 19
         return static::class;
Please login to merge, or discard this patch.