VERSION UPDATE: beta 0.6.0 see the readme.md document

This commit is contained in:
Stephan Kasdorf
2018-12-05 20:59:28 +01:00
parent aff8730316
commit acd6e7fce5
14 changed files with 573 additions and 87 deletions

13
core/t/pageination.php Executable file
View File

@@ -0,0 +1,13 @@
<?php
namespace Nibiru\Attributes;
/**
* Created by PhpStorm.
* User: mithril
* Date: 15.09.18
* Time: 03:17
*/
trait Pageination
{
}