Skip to content
Snippets Groups Projects
Commit f2d361ea authored by Benjamin Bellamy's avatar Benjamin Bellamy :speech_balloon:
Browse files

Fix: Namespace should be first

parent 7ad9b35f
Branches
No related tags found
No related merge requests found
......@@ -17,9 +17,10 @@ $rowstr = var_export(
// autogenerate database
print <<<EOT
<?php
/* Autogenerated. Do not edit */
namespace Podlibre\UserAgentsPhp;
/* Autogenerated. Do not edit */
class UserAgents {
public static function find(\$userAgent)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment