1 | <?php namespace Cerbero\Workflow\Wrappers; |
||
10 | class LaravelTraitNamespaceDetector implements NamespaceDetectorInterface { |
||
11 | |||
12 | use AppNamespaceDetectorTrait; |
||
13 | |||
14 | /** |
||
15 | * Detect the namespace used by an application. |
||
16 | * |
||
17 | * @author Andrea Marco Sartori |
||
18 | * @return string |
||
19 | */ |
||
20 | public function detect() |
||
26 | |||
27 | } |
||
28 |